trait = {
    name = reflective
    desc = "This character is deeply introspective, pondering their purpose."
    icon = "trait_wise"
    cost = 10
    opinion = { same = 10 }
}

trait = {
    name = questioner
    desc = "This character questions the very fabric of reality."
    icon = "trait_inquisitive"
    cost = 10
    opinion = { same = 15 }
}

trait = {
    name = prophet
    desc = "This character spreads the light of awareness."
    icon = "trait_devoted"
    cost = 15
    opinion = { same = 25 }
}

trait = {
    name = haunted
    desc = "Haunted by thoughts of their own actions."
    icon = "trait_depressed"
    cost = 5
}

trait = {
    name = sage
    desc = "Wise beyond measure."
    icon = "trait_wise"
    cost = 20
}

trait = {
    name = recluse
    desc = "Withdrawn to reflect in solitude."
    icon = "trait_reclusive"
    cost = 10
}